conj — Complex Conjugate


\begin{rail}
Conj: 'conj' '(' ( Scalar \vert Matrix ) ')' ;
\end{rail}
conj returns the complex conjugate of its argument. For matrix arguments the conjugation is performed element by element.

Subsections